The invalid interrupt vector pointed to memory containing a bunch of technically valid but nonsensical instructions followed by an invalid one 无效中断矢量指向内存包含的跟随于一个无效指令的一束技术上有效但是无意义的指令。
A table containing interrupt vectors and indexed by interrupt type . this table contains the processor " s mapping between interrupts and interrupt service routines and must be initialized by the programmer 一个表格,包含由中断类型决定的中断向量和索引。这个表格包含中断与中断服务程序之间的处理器的映射,必须由程序员进行初始化。
An interrupt vector is the memory address of an interrupt handler, or an index into an array called an interrupt vector table that contains the memory addresses of interrupt handlers. When an interrupt is generated, the Operating System saves its execution state via a context switch, and begins execution of the interrupt handler at the interrupt vector.